added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSWin7TaskbarProgressbar / CSWin7TaskbarProgressbar.csproj
blobd6b6ed62e9db81888a5436ce9327c013acb5cc57
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{A3A73490-2DE0-4E04-BAB8-8A3659779249}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSWin7TaskbarProgressbar</RootNamespace>
12     <AssemblyName>CSWin7TaskbarProgressbar</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>..\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>..\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <ItemGroup>
34     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35       <SpecificVersion>False</SpecificVersion>
36       <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
37     </Reference>
38     <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39       <SpecificVersion>False</SpecificVersion>
40       <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
41     </Reference>
42     <Reference Include="System" />
43     <Reference Include="System.Core">
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>
45     </Reference>
46     <Reference Include="System.Xml.Linq">
47       <RequiredTargetFramework>3.5</RequiredTargetFramework>
48     </Reference>
49     <Reference Include="System.Data.DataSetExtensions">
50       <RequiredTargetFramework>3.5</RequiredTargetFramework>
51     </Reference>
52     <Reference Include="System.Data" />
53     <Reference Include="System.Deployment" />
54     <Reference Include="System.Drawing" />
55     <Reference Include="System.Windows.Forms" />
56     <Reference Include="System.Xml" />
57   </ItemGroup>
58   <ItemGroup>
59     <Compile Include="MainForm.cs">
60       <SubType>Form</SubType>
61     </Compile>
62     <Compile Include="MainForm.Designer.cs">
63       <DependentUpon>MainForm.cs</DependentUpon>
64     </Compile>
65     <Compile Include="Program.cs" />
66     <Compile Include="Properties\AssemblyInfo.cs" />
67     <EmbeddedResource Include="MainForm.resx">
68       <DependentUpon>MainForm.cs</DependentUpon>
69     </EmbeddedResource>
70     <EmbeddedResource Include="Properties\Resources.resx">
71       <Generator>ResXFileCodeGenerator</Generator>
72       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
73       <SubType>Designer</SubType>
74     </EmbeddedResource>
75     <Compile Include="Properties\Resources.Designer.cs">
76       <AutoGen>True</AutoGen>
77       <DependentUpon>Resources.resx</DependentUpon>
78     </Compile>
79     <None Include="Properties\Settings.settings">
80       <Generator>SettingsSingleFileGenerator</Generator>
81       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
82     </None>
83     <Compile Include="Properties\Settings.Designer.cs">
84       <AutoGen>True</AutoGen>
85       <DependentUpon>Settings.settings</DependentUpon>
86       <DesignTimeSharedInput>True</DesignTimeSharedInput>
87     </Compile>
88   </ItemGroup>
89   <ItemGroup>
90     <Content Include="ReadMe.txt" />
91   </ItemGroup>
92   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
94        Other similar extension points exist, see Microsoft.Common.targets.
95   <Target Name="BeforeBuild">
96   </Target>
97   <Target Name="AfterBuild">
98   </Target>
99   -->
100 </Project>